StartPresentationCallback

A callback that is invoked when a presentation has been requested via the JavaScript Presentation API.

Presentation API is available only in secure contexts (HTTPS).

The callback can be invoked only if media routing is enabled.

Since

7.29

Types

Link copied to clipboard
An action providing a response to the StartPresentationCallback.
Link copied to clipboard
interface Params
The parameters of the StartPresentationCallback.

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.